API Proxy General tab
The General tab lets you configure general settings for an API Proxy component.
To learn more about a field on the API Proxy Configuration - General tab, click the (i) information icon next to it.

API type
The selection determines the type of routing on the API Gateway: REST, SOAP, OData, or GraphQL. You specify the path on the API or the Environment configuration in the API Management setup. REST is the default.
Import details from an OpenAPI specification file
The OpenAPI specification file is only applicable for REST, SOAP, or OData API types.
The Import OpenAPI Specification File option opens the import wizard. Use this wizard to import the OpenAPI specification file (supports version 3.0 and below), if available, for the API Gateway to use when routing requests and as API user documentation in the API Developer Portal. The OpenAPI specification file must be either JSON or YAML.
After you import an OpenAPI specification file into the component, the component displays the following information about the file:
Last File Uploaded
The name of the file.
Uploaded By
The user name (email address) of the user who imported the file.
Uploaded Date
The date and time when you imported the file.
Published metadata
The following published metadata settings are used to set the metadata that you want to be used when your APIs are displayed to your API users.
Published API Title
Unique name for the API that your API users view as the API title. If a Swagger specification file is imported into the component and the API_TITLE field was selected for importing, that field’s value appears here.
Published Version Number
Version number for the API that your API users view as the API version number. If an OpenAPI specification file is imported into the component and the API_VERSION field was selected for importing, that field’s value appears here.
Published Description
Description of the API that your API users view as a description of the API. If a Swagger specification file is imported into the component and the API_DESCRIPTION field was selected for importing, that field’s value appears here.
Service configuration
Base API Path
The unique base URL path of the API.